github.com/jackc/pgx/v5/pgconn.pipelineState.lastRequestType (field)

5 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2299: 	lastRequestType            pipelineRequestType
		pgconn.go#L2308: 	s.lastRequestType = pipelineNil
		pgconn.go#L2344: 	s.lastRequestType = req
		pgconn.go#L2410: 		notPendingSync = (s.lastRequestType == pipelineSyncRequest) || (s.lastRequestType == pipelineNil)